projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a8c69
)
postgresql: fix visibility issues with libpq
author
Luka Perkov
<
[email protected]
>
Sun, 12 May 2013 21:29:58 +0000
(21:29 +0000)
committer
Luka Perkov
<
[email protected]
>
Sun, 12 May 2013 21:29:58 +0000
(21:29 +0000)
Signed-off-by: Luka Perkov <
[email protected]
>
SVN-Revision: 36614
libs/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/libs/postgresql/Makefile
b/libs/postgresql/Makefile
index 74d2ceb7a99bb78d7a5557d7f6eff2a1117da57e..ba04d0e2c334defa4654cad127a7bd0b3212a2d4 100644
(file)
--- a/
libs/postgresql/Makefile
+++ b/
libs/postgresql/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=postgresql
PKG_VERSION:=9.0.1
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=\
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/libpq
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow-su
+ DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow
+shadow
-su
TITLE:=PostgreSQL client library
URL:=http://www.postgresql.org/
SUBMENU:=database